home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13950 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: news.nidlink.com!usenet
  2. From: Karl Ottenstein <karl@rand.nidlink.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: ****MSVisual C++ 4.1 IN WINDOWS 95
  5. Date: Wed, 27 Mar 1996 21:27:34 -0800
  6. Organization: Spring Creek Organic Farm
  7. Message-ID: <315A2346.29C0@rand.nidlink.com>
  8. References: <4j97oq$k8p@post.gsfc.nasa.gov> <315843CF.42CA@isd.net> <4jbrd2$7bb@charnel.ecst.csuchico.edu>
  9. NNTP-Posting-Host: pm5-1.nidlink.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
  14.  
  15. Charles Bennett Smith wrote:
  16. > In article <315843CF.42CA@isd.net>, David Peterson  <dpeterso@isd.net> wrote:
  17. > >Michael Shapiro wrote:
  18. > >>
  19. > >> Hello World!
  20. > >>
  21. > >> 1. I'm installing MSVisual C++ 4.1 in Windows 95.
  22. > >> I get an error:
  23. > >>
  24. > >> Setup cannot open the destination file 'C:\WINDOWS\SYSTEM\MSVCRT20.DLL'.
  25. > >> The file may be in use by another application, or marked read-only. Close
  26. > >> the application or change the file's read-only attribute and try again.
  27. > >>
  28. > The solution to your problem is to quit all other applications before you
  29. >...
  30.  
  31. Some "hidden" applications that you may not see may also have to be killed.
  32. For example, Norton Anti-Virus for Win95 running as a background task uses the dll.
  33. Also, Microsoft Office typically installs with two background tasks using the dll:
  34. FINDFAST and FASTBOOT.  (NAV and MS Office stuff are started from the startup folder.)
  35. You'll have to bring up the task list to kill these, since they don't appear on the
  36. task bar.  Also, the "auto start" screen for the CD (under Win95) uses the dll.  If
  37. you install by clicking the install button on the window, you'll have to go back and
  38. kill it also.
  39.  
  40. I was totally disgusted with the 4.1 installation.  Its too bad that the many amazingly
  41. talented people on the VC++ team have to be embarassed by whatever bozo did the
  42. setup testing.
  43.  
  44. Karl
  45.